 @charset "UTF-8";
/*************************** 全局样式 Begin ***************************/
                    
body,  ul,  ol,  li,  form,  fieldset,  img,  div,  h1,  h2,  h3,  h4,  h5,  h6,  p, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Microsoft YaHei", '宋体';
}
ul,  ol,  li {
	list-style-type: none;
}
td,  table,  input {
	font-size: 15px;
	color: #333;
}
a:link,  a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0f5cb8;
	text-decoration: none;
}
body {
	min-width: 1200px !important;
	background-color: #fff;
	overflow-y: auto;
	height: auto;
	background: url(../images/top_bg.jpg) no-repeat top center;
	margin-top:0px!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.f10 {
	color: #f10215!important;
}
.lh34 li {
	line-height: 36px!important;
}
.mr0 {
	margin-right: 0px!important;
}
.h406 {
	height: 406px;
	overflow: hidden;
}
.f17 {
	font-size: 17px;
}
/*** 新闻详细内容 ***/
                    
.NewsTitle {
	font-size: 24px;
	line-height: 380%;
	font-weight: bold;
}
.NewsTitleFu {
	font-size: 18px;
	line-height: 100%;
	padding-bottom: 20px
}
.NewsContent {
	font-size: 16px;
	line-height: 220%
}
.NewsContent div {
	font-size: 16px;
}
.NewsContent a:link,  .NewsContent a:visited {
	color: #0B57B4;
	text-decoration: underline;
}
.NewsContent a:hover {
	color: #E00;
	text-decoration: underline;
}
.NewsText {
	color: #333;
	font-size: 14px;
	line-height: 200%;
}
/*************************** 全局样式 End ***************************/
                    /*** 分页样式 Begin ***/
                    
.FX_PageDiv {
	width: 100%;
	height: 22px;
	padding: 15px 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.Fx_PageDiv2_span2 span {
	width: 20px;
	height: 18px;
	line-height: 18px;
	color: #333;
	text-align: center;
	display: block;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	border: 1px solid #CCC;
}
.Fx_PageDiv2_span2 strong {
	width: 20px;
	height: 18px;
	line-height: 18px;
	color: #C00;
	text-align: center;
	display: block;
	cursor: pointer;
	float: left;
	margin-right: 5px;
	border: 1px solid #CCC;
	background-color: #DDD;
}
.Fx_PageDiv2_span1 {
	float: left;
	padding-left: 25px;
	padding-top: 3px;
}
.Fx_PageDiv2_span2 {
	float: right;
	padding-right: 25px;
}
.Fx_PageDiv2_1_2,  .Fx_PageDiv2_1_3,  .Fx_PageDiv2_1_4 {
	color: #C00;
}
/*** 分页样式 End ***/
                    
.m {
	width: 1200px;
	/*版心1200*/
	margin: 0 auto;
	overflow: hidden;
}
.clearfix::before,  .clearfix::after {
	content: "";
	display: table;
}
.clearfix::before,  .clearfix::after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
/*** 通用部分 ***/
					/*顶部二维码*/
					#app_popover{display: none;position: absolute;top:20px;margin-left:-40px;z-index: 200;}
					#app:hover{z-index: 6;}
					#app:hover #app_popover{display:block;}
.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	-webkit-background-clip: padding-box;
			background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
			box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  
	line-break: auto;
  }
  .popover.top {
	margin-top: -10px;
  }
  .popover.right {
	margin-left: 10px;
  }
  .popover.bottom {
	margin-top: 20px;
  }
  .popover.left {
	margin-left: -10px;
  }
  .popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
  }
  .popover-content {
	padding: 9px 14px;
  }
  .popover > .arrow,
  .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
  }
  .popover > .arrow {
	border-width: 11px;
  }
  .popover > .arrow:after {
	content: "";
	border-width: 10px;
  }
  .popover.top > .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0;
  }
  .popover.top > .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
  }
  .popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0;
  }
  .popover.right > .arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
  }
  .popover.bottom > .arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25);
  }
  .popover.bottom > .arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
  }
  .popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25);
  }
  .popover.left > .arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
  }
.container {
	max-width: 1200px;
	position: relative;
	margin: 0 auto;
	width: 100%;
	/* overflow: hidden; 
	z-index: 999;*/
}
.header {
	position: relative;
	width: 100%;
	height: 354px;
}
.header li {
	height: 40px;
	line-height: 40px;
	float: left;
}
.topbar {
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.1);
}
.topbar_main {
	margin: auto;
	width: 1200px;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
}
.topbar_main_l {
	float: left;
}
.topbar_main_l a {
	display: block;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	color: #17415e;
}
/*
.topbar_01 {
	background: url(../images/z1.png) no-repeat left center;
}
.topbar_02 {
	background: url(../images/z2.png) no-repeat left center;
}
.topbar_03 {
	background: url(../images/z3.png) no-repeat left center;
}*/
.topbar_main_m {
	width: 320px;
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 6px;
}
.topbar_main_r a {
	padding-left: 30px;
	float: right;
	color: #17415e;
}
.topbar_main_r a img {
    display: inline;
    vertical-align: middle;
}
.topbar_main_r {
	float: right;
}
.topbar_main_r ul li {
	list-style: none;
	text-align: center;
	float: left;
}
.navbg {
	width: 100%;
	height: 84px;
	background: url(../images/navbg.png) no-repeat center;
}
.nav {
	width: 1200px;
	margin: 230px auto;
}
.nav li {
	line-height: 50px;
	height: 50px;
	margin-left: 4px;
	float: left;
}
.nav li a {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 0px 42px;
	cursor: pointer;
}
.nav li a:hover {
	line-height: 50px;
	color: #0c76c1;
	background-color: #fff;
}
 .nav li a.act{
	line-height: 50px;
	color: #0c76c1;
	background-color: #fff;
}
.header .search {
	position: absolute;
	top: 170px;
	left: 50%;
	margin-left: 270px;
	width: 320px;
	height: 40px;
	background-color: rgb(255, 255, 255, 0.1);
	border: #1b579d solid 1px;
	border-radius: 30px;
	margin-right: 0px;
}
.header .search span img {
	position: absolute;
	top: 6px;
	cursor: pointer;
}
.header .logo {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -284px;
}
.gh{position: absolute;
	top: 60px;
	left: 50%;
	margin-left: -50px;
	}
.header .logo .logo_letters{position: absolute;
	top: 100px;
	left: 50%;}
/*** index01 ***/
.partOne {
	width: 100%;
	background: url(../images/navbg_bar.png) no-repeat center top;
	overflow: hidden;
}
.top_news {
	width: 100%;
	height: 130px;
}
.top_news h3 a {
	display: block;
	font-size: 30px;
	text-align: center;
	color: #337ab7;
	margin-bottom: 10px;
}
.top_news a {
	color: #337ab7;
}
.top_news p {
	line-height: 200%;
	font-size: 16px;
}
.tab_con {
	margin-bottom: 10px;
}
.tab_con .slide {
	width: 660px;
	height: 410px;
	background-color: #cecece;
	margin-bottom: 10px;
	float: left;
}
.tab_con .ywdt_con {
	width: 500px;
	float: right;
}
/*要闻动态切换*/
                    
.switch_news {
	width: 100%;
	overflow: hidden;
}
.cut {
	width: 100%px;
	overflow: hidden;
}
.ywdt_con .cut ul li {
	text-align: center;
	width:30%;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.tag1sel {
	font-size: 20px;
	line-height: 42px;
	background-color: #0c76c0;
}
.tag1sel a:link,  .tag1sel a:visited {
	color: #fff;
	text-decoration: none;
}
.tag1sel a:hover {
	color: #fff;
	text-decoration: none;
}
.tag1selno {
	color: #333;
	font-size: 20px;
	line-height: 42px;
	background-color: #ececec;
}
.tag1selno a:link,  .tag1selno a:visited {
	color: #333;
	text-decoration: none;
}
.tag1selno a:hover {
	color: #333;
	text-decoration: none;
}
.newslist {
	width: 100%;
	overflow: hidden;
}
.newslist li {
	font-size: 16px;
	line-height: 44px;
	color: #888;
	background: url(../images/dot.png) no-repeat left;
	padding-left: 12px;
	text-align: right;
}
.newslist li a {
	font-size: 18px;
	float: left;
}
.newslist_s {
	width: 580px;
	overflow: hidden;
}
.newslist_s li {
	font-size: 16px;
	line-height: 45px;
	color: #888;
	padding-left: 12px;
	background: url(../images/dot.png) no-repeat left;
	text-align: right;
}
.newslist_s li a {
	font-size: 17px;
	float: left;
}

.banner {
	width: 1200px;
	overflow: hidden;
	padding: 10px 0;
}
.banner img {
	width: 100%;
	cursor: pointer;
	transition: all 0.3s;
}
.banner img:hover {
	transform: scale(1.1);
}
/**政务公开模块**/
.zwgk {
	margin-top: 10px;
}
.zwgk_left {
	width: 730px;
}
.zwgk_nav {
	width: 140px;
	text-align: center;
	float: left;
}
.zwgk_nav ul li {
	margin-bottom: 10px;
}
.tag2sel {
	color: #fff;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	background: #0c76c0;
}
.tag2sel a:link,  .tag2sel a:visited {
	color: #fff;
	text-decoration: none;
}
.tag2sel a:hover {
	color: #fff;
	text-decoration: none;
}
.tag2selno {
	color: #333;
	font-size: 18px;
	height: 42px;
	line-height: 42px;
	background: #f6f6f6;
}
.tag2selno a:link,  .tag2selno a:visited {
	color: #333;
	text-decoration: none;
}
.tag2selno a:hover {
	color: #333;
	text-decoration: none;
}
.zwgk_right {
	width: 456px;
}
.zwgk_right ul li {
	width: 212px;
	margin-left: 16px;
	margin-bottom: 15px;
	background-color: #f5f6f8;
	float: left;
}
.zwgk_right ul li:hover {
	background-color: #dceefd;
}
.zwgk_right ul li a {
	height: 50px;
	line-height: 50px;
	display: block;
}
.zwgk_right ul li a img {
	margin-top: 8px;
	margin-left: 12px;
	float: left;
}
.zwgk_right ul li a span {
	display: block;
	font-size: 16px;
	width: 65%;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
	overflow: hidden;
	float: left;
}
/*服务大厅模块*/
.fwdt {
	margin-top: 10px;
}
.fwdt_left {
	width: 730px;
}
.fwdt_left .fwdt_left_header {
	height: 70px;
	border-bottom: #e0e0e0 solid 2px;
	margin-bottom: 15px;
}
.fwdt_left .img_fwdt {
	width: 20%;
	float: left;
}
.fwdt_left .grfw .zwfw_btn li {
	float: left;
	width: 25%;
	text-align: center;
	font-size: 18px;
}
.fwdt_left .grfw .zwfw_btn li a {
	height: 96px;
	display: block;
	text-align: center;
	border-radius: 6px;
	background-color: #f5f6f8;
	border: #f5f6f8 solid 1px;
	margin: 8px;
	padding: 12px 0 0;
}
.fwdt_left .grfw .zwfw_btn li a:hover {
	background-color: #fff;
	transition: all ease .6s;
	border: #0c76c0 solid 1px;
	box-shadow: 0px 0px 8px #c7cdcf;
}
.fwdt_left .grfw .zwfw_btn li a i {
	display: inline-block;
	width: 100%;
	height: 55px;
	margin-bottom: 6px;
	background-position: center!important;
}
.tag10sel {
	color: #0c76c0;
	font-size: 22px;
	height: 32px;
}
.tag10sel a:link,  .tag10sel a:visited {
	color: #0c76c0;
	text-decoration: none;
}
.tag10sel a:hover {
	color: #0c76c0;
	text-decoration: none;
}
.tag10selno {
	color: #666;
	font-size: 22px;
	line-height: 32px;
}
.tag10selno a:link,  .tag10selno a:visited {
	color: #666;
	text-decoration: none;
}
.tag10selno a:hover {
	color: #666;
	text-decoration: none;
}
.grfw .cut {
	width: 80%;
	text-align: center;
	padding-top: 30px;
}
.grfw .cut ul {
	display: inline-block;
	width: 520px;
	height: 36px;
}
.grfw .cut ul li {
	text-align: center;
	width: 130px;
	float: left;
	line-height:32px;
}
.fwdt_left .grfw .zwfw_btn .grfw_btn01 a i {
	background: url(../images/qjd-geren_01.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .grfw_btn02 a i {
	background: url(../images/qjd-geren_02.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .grfw_btn03 a i {
	background: url(../images/qjd-geren_03.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .grfw_btn04 a i {
	background: url(../images/qjd-geren_04.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .grfw_btn05 a i {
	background: url(../images/qjd-geren_05.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .grfw_btn06 a i {
	background: url(../images/qjd-geren_06.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .grfw_btn07 a i {
	background: url(../images/qjd-geren_07.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .grfw_btn08 a i {
	background: url(../images/qjd-geren_08.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .frfw_btn01 a i {
	background: url(../images/qjd-faren_01.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .frfw_btn02 a i {
	background: url(../images/qjd-faren_02.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .frfw_btn03 a i {
	background: url(../images/qjd-faren_03.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .frfw_btn04 a i {
	background: url(../images/qjd-faren_04.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .frfw_btn05 a i {
	background: url(../images/qjd-faren_05.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .frfw_btn06 a i {
	background: url(../images/qjd-faren_06.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .frfw_btn07 a i {
	background: url(../images/qjd-faren_07.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .frfw_btn08 a i {
	background: url(../images/qjd-faren_08.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .ggfw_btn01 a i {
	background: url(../images/qjd-ggfw_01.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .ggfw_btn02 a i {
	background: url(../images/qjd-ggfw_02.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .ggfw_btn03 a i {
	background: url(../images/qjd-ggfw_03.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .ggfw_btn04 a i {
	background: url(../images/qjd-ggfw_04.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .ggfw_btn05 a i {
	background: url(../images/qjd-ggfw_05.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .ggfw_btn06 a i {
	background: url(../images/qjd-ggfw_10.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .ggfw_btn07 a i {
	background: url(../images/qjd-ggfw_07.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .ggfw_btn08 a i {
	background: url(../images/qjd-ggfw_08.png) no-repeat;
}
.fwdt_left .grfw .zwfw_btn .ggfw_btn09 a i {
	background: url(../images/qjd-ggfw_09.png) no-repeat;
}
.fwdt .fwdt_right {
	width: 440px;
	margin-top: 20px;
}
.fwdt .fwdt_right .bmgg a img {
	padding-top: 20px;
	float: right;
}
.newslistBmgg {
	width: 100%;
	overflow: hidden;
}
.newslistBmgg li {
	font-size: 16px;
	line-height: 38px;
	color: #888;
	padding-left: 12px;
	background: url(../images/dot.png) no-repeat left;
	text-align: right;
}
.newslistBmgg li a {
	font-size: 17px;
	float: left;
}
.fwdt .fwdt_right .bjtj {
	width: 100%;
	height: 100px;
	background-color: #f5f6f8;
	margin-top: 7px;
}
.fwdt .fwdt_right .bjtj td {
	font-size: 14px;
	padding-left: 12px;
}
/*政民互动模块*/
.zmhd {
	margin-top: 10px;
	margin-bottom: 20px;
}
.zmhd_left {
	width: 600px;
}
.zmhd_left .pre_btn {
	margin-top: 20px;
	display: inline-block;
}
.zmhd_left .pre_btn img {
	margin: 0 5px -6px 5px;
}
.zmhd_left .pre_btn a {
	height: 32px;
	line-height: 32px;
	padding: 3px 8px;
	font-size: 16px;
	color: #999;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding-left: 25px;
	background-image: url(../images/xx_icon.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}
.zmhd_left .pre_btn a:hover {
	border: 1px solid #9ea5c2;
	color: #9ea5c2;
	transition: all ease .5s;
}
.mail_tit {
	position: relative;
	width: 100%;
	height: 46px;
	line-height: 46px;
	background-color: #f5f6f8;
	border-top: 3px solid #dedede;
}
.mail_tit p {
	display: inline-block;
	color: #333;
	font-size: 18px;
}
.mail_tit p:first-child {
	position: absolute;
	left: 16px;
}
.mail_tit p:last-child {
	position: absolute;
	right: 16px;
}
.mailList a {
	font-size: 16px!important;
}
.zmhd_right {
	width: 570px;
	margin-top: 20px;
}
.zmhd_right  .zmhd_btn {
	width: 100%;
	height: 100px;
	border: #f3f3f3 solid 1px;
	box-shadow: 0px 0px 5px #f3f3f3;
	overflow: hidden;
}
.zmhd_btn li {
	width: 142px;
	text-align: center;
	float: left;
}
.zmhd_btn li a {
	display: block;
	height: 100px;
	border-right: #efefef solid 1px;
}
.zmhd_btn li a i {
	display: inline-block;
	width: 52px;
	height: 48px;
	margin-top: 12px;
}
.zmhd_btn li span {
	display: inline-block;
	position: absolute;
	font-size: 18px;
	height: 100px;
	line-height: 100px;
	vertical-align: middle;
}
.zmhd_btn li a:hover {
	color: #fff;
	background-color: #0c76c0;
	transition: all ease .3s;
}
.zmhd_btn01 i {
	background: url(../images/zmhdico_01.png) no-repeat;
}
.zmhd_btn01 a:hover i {
	background-position: 0% 100%;
}
.zmhd_btn02 i {
	background: url(../images/zmhdico_02.png) no-repeat;
}
.zmhd_btn02 a:hover i {
	background-position: 0% 100%;
}
.zmhd_btn03 i {
	background: url(../images/zmhdico_03.png) no-repeat;
}
.zmhd_btn03 a:hover i {
	background-position: 0% 100%;
}
.zmhd_btnlist{
	width: 100%;
	overflow: hidden;
}
.zmhd_btnlist a{
	display: inline-block;
	padding: 10px;
}
.zmhd_btnlist .shuxian{
	color:#ccc
}
/*互动切换*/
                    
.zmhd_right .switch_news {
	width: 100%;
	overflow: hidden;
}
.zmhd_right .cut {
	width: 100%;
	overflow: hidden;
}
.zmhd_right .cut ul li {
	width: 25%;
	float: left;
}
.zmhd_right .zxft_w {
	width: 360px;
	line-height: 26px;
	font-size: 15px;
	float: right;
}
.zmhd_right .zxft_w .tit{
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	text-align: center;
}
.tag4sel {
	color: #0c76c0;
	font-size: 22px;
	line-height: 50px;
	border-bottom: #cccccc solid 1px
}
.tag4sel a:link,  .tag4sel a:visited {
	color: #0c76c0;
	text-decoration: none;
}
.tag4sel a:hover {
	color: #0c76c0;
	text-decoration: none;
}
.tag4selno {
	color: #666;
	font-size: 22px;
	line-height: 50px;
	border-bottom: #cccccc solid 1px
}
.tag4selno a:link,  .tag4selno a:visited {
	color: #666;
	text-decoration: none;
}
.tag4selno a:hover {
	color: #666;
	text-decoration: none;
}
/*index三大切换*/
                    
.main {
	width: 1200px;
	overflow: hidden;
}
.main .cutbox li {
	position: relative;
	width: 33.33%;
	float: left;
}
.main .cutbox #m2_1 i {
	background: url(../images/index_ico05.png) no-repeat;
}
.main .cutbox #m2_2 i {
	background: url(../images/index_ico06.png) no-repeat;
}
.main .cutbox #m2_3 i {
	background: url(../images/index_ico07.png) no-repeat;
}
.main .cutbox li a i {
	display: inline-block;
	width: 50px;
	height: 42px;
	margin-top: 12px;
	margin-left: 80px;
	margin-right: 25px;
}
.main .cutbox li span {
	display: inline-block;
	position: absolute;
	height: 65px;
	line-height: 65px;
	vertical-align: middle;
}
.main .index_zwgk .zwgk_btn {
	float: left;
	margin-right: 30px;
	margin-top: 18px;
}
.main .zwgk_btn li {
	width: 286px;
	margin-top: 12px;
}
.main .zwgk_btn li a {
	display: block;
	height: 50px;
	line-height: 50px;
	border: #efefef solid 1px;
}
.main .zwgk_btn li a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 12px;
	margin-left: 30px;
}
.main .zwgk_btn li span {
	display: inline-block;
	position: absolute;
	font-size: 18px;
	height: 52px;
	line-height: 52px;
	margin-left: 24px;
	vertical-align: middle;
}
.main .zwgk_btn li a:hover {
	border: #5193e1 solid 1px;
	background-color: #ebf4fe;
	transition: all ease .5s;
}
.main .index_zwgk01 i {
	background: url(../images/main_ico01.png) no-repeat;
}
.main .index_zwgk02 i {
	background: url(../images/main_ico02.png) no-repeat;
}
.main .index_zwgk03 i {
	background: url(../images/main_ico03.png) no-repeat;
}
.main .index_zwgk04 i {
	background: url(../images/main_ico04.png) no-repeat;
}
.main .index_zwgk05 i {
	background: url(../images/main_ico05.png) no-repeat;
}
.main .zwgk_con {
	width: 540px;
	float: left;
	margin-right: 10px;
	margin-top: 30px;
}
.zwgk_con .switch_news {
	width: 540px;
	overflow: hidden;
}
.zwgk_con .cut {
	width: 540px;
	overflow: hidden;
}
.zwgk_con .cut ul li {
	text-align: center;
	width: 25%;
	float: left;
	margin-bottom: 10px;
}
.tag3sel {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	background-color: #5193e1;
}
.tag3sel a:link,  .tag3sel a:visited {
	color: #fff;
	text-decoration: none;
}
.tag3sel a:hover {
	color: #fff;
	text-decoration: none;
}
.tag3selno {
	color: #555;
	font-size: 20px;
	line-height: 46px;
	background-color: #f3f3f3;
}
.tag3selno a:link,  .tag3selno a:visited {
	color: #555;
	text-decoration: none;
}
.tag3selno a:hover {
	color: #555;
	text-decoration: none;
}
.zwgk_subbtn {
	width: 328px;
	margin-top: 30px;
	float: right;
}
.zwgk_subbtn li {
	width: 150px;
	height: 50px;
	line-height: 50px;
	background-color: #edf0f8;
	color: #17508a;
	text-align: center;
	margin-left: 14px;
	margin-bottom: 14px;
	border-radius: 8px;
	float: left;
}
.zwgk_subbtn li a {
	display: block;
	color: #17508a;
}
.zwgk_subbtn .xzxk {
	width: 314px;
	height: 56px;
	line-height: 24px;
	background-color: #edf0f8;
	text-align: center;
	padding-top: 8px;
	border-radius: 8px;
	float: right;
}
.zwgk_subbtn .xzxk a {
	display: block;
	color: #17508a;
}
.xxgkbtns {
	width: 314px;
	margin-top: 20px;
}
.xxgkbtns a {
	display: inline-block;
	width: 32%;
	text-align: center;
}
.xxgkbtns a p {
	margin-top: 10px;
}
/*index02*/
                    
.index_zmhd .zmhd_con_left {
	width: 630px;
	float: left;
	margin-top: 30px;
}
.menu_con .tab_con .zmhd_con_left .lxxd {
	width: 100%;
	overflow: hidden;
}
.cate_tit {
	height: 50px;
	border-bottom: 1px solid #e0e0e0;
}
.cate_title {
	height: 36px;
	border-bottom: 3px solid #b5c1db;
}
.more a {
	display: inline-block;
	width: 60px;
	font-size: 14px;
	color: #777;
	height: 50px;
	line-height: 50px;
	float: right;
}
.more_h40 a {
	display: inline-block;
	width: 60px;
	font-size: 14px;
	color: #777;
	height: 40px;
	line-height: 40px;
	float: right;
}
.cate_tit p {
	display: inline-block;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	color: #0c76c0;
}
.zmhd_con_left .lxxd .lxxd_btn {
	margin-top: 3px;
	float: right;
}
.zmhd_con_left .lxxd .lxxd_btn img {
	margin: 0 5px -3px 0;
}
.zmhd_con_left .lxxd .lxxd_btn a {
	height: 30px;
	line-height: 30px;
	padding: 5px 14px;
	background-color: #eef6ff;
	border-radius: 4px;
	margin-left: 20px;
}
.zmhd_con_left .lxxd .lxxd_btn a:hover {
	background-color: #c8e1fd;
	transition: ease all .5s;
}
.zmhd_con_left .lxxd .lxxd_btn .red {
	color: #355e92;
}
.zmhd_con_left .ztzl {
	width: 100%;
	height: 100px;
	margin-top: 12px;
}
.zmhd_con_left .ztzl .ztzl_tit {
	width: 44px;
	height: 90px;
	line-height: 20px;
	background-color: #fb993c;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	border-radius: 6px;
	float: left;
}
.zmhd_con_left .ztzl .ztzl_tit a {
	color: #fff;
}
.zmhd_con_left .ztzl .ztzl_tit a:hover {
	text-decoration: underline;
}
.zmhd_con_left .ztzl .ztzl_pic a {
	margin-left: 18px;
}
.tag5sel {
	color: #355e92;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	border-bottom: #355e92 solid 2px
}
.tag5sel a:link,  .tag5sel a:visited {
	color: #355e92;
	text-decoration: none;
}
.tag5sel a:hover {
	color: #355e92;
	text-decoration: none;
}
.tag5selno {
	color: #666666;
	font-size: 20px;
	line-height: 36px;
	border-bottom: #cccccc solid 1px
}
.tag5selno a:link,  .tag5selno a:visited {
	color: #666666;
	text-decoration: none;
}
.tag5selno a:hover {
	color: #666666;
	text-decoration: none;
}
/*专题专栏*/
.ztzlBg {
	width: 1160px;
	background-color: #f7f8fc;
	margin: 0px auto 30px;
	padding: 20px;
	overflow: hidden;
}
.ztzl .ztzlTitle {
	width: 52px;
	height: 143px;
	line-height: 34px;
	font-size: 20px;
	font-weight: bold;
	background: url(../images/ztbg.png) no-repeat center;
}
.ztzl .ztzlTitle a:link,  .ztzl .ztzlTitle a:visited {
	display: block;
	color: #fff;
	padding-left: 10px;
}
.ztzl .ztzlTitle a:hover {
	text-decoration: underline;
}
.slideContainer .prev,  .slideContainer .next {
	position: absolute;
	width: 34px;
	height: 101%;
	overflow: hidden;
	cursor: pointer;
	top: 0;
}
.slideContainer .next {
	right: -40px;
	background: url(../images/indexztr.png) center no-repeat;
}
.slideContainer .prev {
	left: -40px;
	background: url(../images/indexztl.png) center no-repeat;
}
.slideContainer {
	width: 1020px;
	margin: 0 40px !important;
	height: 146px;
	position: relative;
	overflow: visible !important;
	float: right;
}
.slideContainer .bd {
	zoom: 1;
	overflow: hidden;
}
.slideContainer .bd li {
	float: left;
	width: 25%;
	height: 146px;
}
.slideContainer .bd li img {
	display: block;
	width: 92%;
	margin: 0 4%;
	height: 100%;
}
.slideContainer:hover .prev,  .slideContainer:hover .next {
	display: block;
}
/*index03*/
                    
.menu_con .tab_con .zwgk_con_left {
	width: 430px;
	float: left;
}
.menu_con .tab_con .zwgk_con_left .xxgk_btn {
	width: 100%x;
	height: 266px;
	background-color: #edf4fd;
}
.menu_con .tab_con .zwgk_con_left .xxgk_btn li {
	width: 46%;
	padding-top: 10px;
	padding-left: 16px;
	float: left;
}
.menu_con .tab_con .zwgk_con_left .xxgk_btn li a {
	display: inline-block;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	border-radius: 5px;
}
.menu_con .tab_con .zwgk_con_left .xxgk_btn li a:hover {
	background-color: #fff;
	transition: all 0.5s ease;
}
.menu_con .tab_con .zwgk_con_left .xxgk_btn li:last-child {
	width: 100%;
}
.menu_con .tab_con .zwgk_con_left .xxgk_btn img {
	display: inline-block;
	margin: 0 5px -10px 0;
	transition: all .6s;
}
.menu_con .tab_con .zwgk_con_left .xxgk_btn img:hover {
	transform: rotateY(180deg);
}
.menu_con .tab_con .zwgk_con_left .zwgk_btn {
	width: 100%x;
}
.menu_con .tab_con .zwgk_con_left .zwgk_btn li {
	width: 205px;
	height: 46px;
	border: 1px solid #355e92;
	margin-right: 20px;
	margin-top: 12px;
	box-sizing: border-box;
	float: left;
}
.menu_con .tab_con .zwgk_con_left .zwgk_btn li:nth-child(2) {
	margin-right: 0;
}
.menu_con .tab_con .zwgk_con_left .zwgk_btn li:nth-child(4) {
	margin-right: 0;
}
.menu_con .tab_con .zwgk_con_left .zwgk_btn li:nth-child(6) {
	margin-right: 0;
}
.menu_con .tab_con .zwgk_con_left .zwgk_btn li span {
	display: inline-block;
	width: 44px;
	height: 45px;
	background: #355e92;
	overflow: hidden;
}
.menu_con .tab_con .zwgk_con_left .zwgk_btn li a {
	display: inline-block;
	padding-left: 15px;
	width: 144px;
	height: 45px;
	line-height: 42px;
	overflow: hidden;
}
.menu_con .tab_con .zwgk_con_left .zwgk_btn li a:hover {
	color: #fff;
	background-color: #355e92;
	transition: all 0.3s ease;
}
.menu_con .tab_con .zwgk_con_left .zwgk_btn img {
	margin: 8px 5px 0 7px;
}
.zwgk_con_right .xxgkcx {
	width: 640px;
	float: right;
}
.zwgk_con_right .switch_news {
	width: 640px;
	overflow: hidden;
}
.zwgk_con_right .cut {
	width: 640px;
	overflow: hidden;
}
.zwgk_con_right .cut ul li {
	text-align: center;
	width: 20%;
	float: left;
}
/*index04*/
                    
.ggfw_con_left {
	width: 640px;
	float: left;
}
.ggfw_con_right {
	width: 430px;
	float: right;
}
.ggfw_btn li {
	width: 33.33%;
	margin-bottom: 30px;
	text-align: center;
	float: left;
}
.ggfw_btn ul li a {
	display: inline-block;
	text-align: center;
}
.ggfw_btn_01 a i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ggfw_btn_01 a:hover i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_01.png);
	background-repeat: no-repeat;
	background-position: 0 -76px;
	transition: ease all 0.2s;
}
.ggfw_btn_02 a i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_02.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ggfw_btn_02 a:hover i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_02.png);
	background-repeat: no-repeat;
	background-position: 0 -76px;
	transition: ease all 0.2s;
}
.ggfw_btn_03 a i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_03.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ggfw_btn_03 a:hover i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_03.png);
	background-repeat: no-repeat;
	background-position: 0 -76px;
	transition: ease all 0.2s;
}
.ggfw_btn_04 a i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_04.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ggfw_btn_04 a:hover i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_04.png);
	background-repeat: no-repeat;
	background-position: 0 -76px;
	transition: ease all 0.2s;
}
.ggfw_btn_05 a i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_05.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ggfw_btn_05 a:hover i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_05.png);
	background-repeat: no-repeat;
	background-position: 0 -76px;
	transition: ease all 0.2s;
}
.ggfw_btn_06 a i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_06.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ggfw_btn_06 a:hover i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_06.png);
	background-repeat: no-repeat;
	background-position: 0 -76px;
	transition: ease all 0.2s;
}
.ggfw_btn_07 a i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_07.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ggfw_btn_07 a:hover i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_07.png);
	background-repeat: no-repeat;
	background-position: 0 -76px;
	transition: ease all 0.2s;
}
.ggfw_btn_08 a i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_08.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ggfw_btn_08 a:hover i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_08.png);
	background-repeat: no-repeat;
	background-position: 0 -76px;
	transition: ease all 0.2s;
}
.ggfw_btn_09 a i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_09.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.ggfw_btn_09 a:hover i {
	display: inline-block;
	width: 76px;
	height: 76px;
	background-image: url(../images/ggfw_ico_09.png);
	background-repeat: no-repeat;
	background-position: 0 -76px;
	transition: ease all 0.2s;
}
.ggfw_btn p {
	padding-top: 16px;
	text-align: center;
}
.ggfw_pic {
	width: 100%;
	overflow: hidden;
}
.ggfw_pic ul>li {
	width: 50%;
	height: 86px;
	float: left;
}
.ggfw_pic li a {
	display: block;
	float: left;
	border-radius: 8px;
	overflow: hidden;
}
/* .ggfw_pic a:first-child {
            margin-right: 18px;
        } */
                    
.ggfw_pic a img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
}
.ggfw_pic a img:hover {
	transform: scale(1.2);
}
/*index05*/
                    
                    
                    
.zwfw_con_left {
	width: 780px;
	overflow: hidden;
	margin-top: 30px;
}
.zwfw_con_right {
	width: 390px;
	margin-top: 30px;
}
.ggfw_button {
	margin-top: 16px;
}
.ggfw_button li {
	float: left;
	width: 50%;
	text-align: center;
}
.ggfw_button li a {
	display: block;
	height: 52px;
	line-height: 52px;
	margin: 7px 5px;
	background-color: #f5f6f8;
}
.ggfw_button li a:hover {
	background-color: #256dc3;
	color: #fff;
}
.zwfw_pic {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.zwfw_pic ul>li {
	width: 25%;
	height: 111px;
	float: left;
}
.zwfw_pic ul>li:last-child {
	width: 286px;
	float: right;
}
.zwfw_pic li a {
	display: block;
	float: left;
	border-radius: 8px;
	overflow: hidden;
}
.zwfw_pic a img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
}
.zwfw_pic a img:hover {
	transform: scale(1.2);
}
/*背景图部分*/
                    
.main_bg {
	position: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: -1;/* background: url(../images/main_bgc1.jpg) no-repeat center top; */
}
/*底部*/
.footer{width: 100%; border-top: #0c76c0 solid 6px; text-align: center;font-size: 14px; padding:10px 0;}
.footer .footer-header{height: 45px;line-height: 24px;}
.footer .footer-header a{color:#333;}
.footer .footer-pic ul{/*width: 700px;*/padding: 0;/*margin: 2px auto 0;*/height: 55px;line-height: 55px;}
.footer .footer-pic ul li{float: left;margin-right: 20px;}

/* .footer {
position: absolute;
width: 100%;
height: 110px;
} */
                    
/* .footer span a {
	display: inline-block;
	color: #fff;
	padding-left: 10px;
}
.footer span a:hover {
	color: #399ff3;
}
.footer {
	width: 100%;
	height: 140px;
	overflow: hidden;
	border-top: #0c76c0 solid 6px;
}
.footer_con {
	margin-top: 20px;
	width: 1200px;
	font-size: 16px;
	line-height: 32px;
	color: #555;
	position: relative;
}
.footer_con .con_left .site_link {
	margin: 0 auto;
}
.footer_con .con_left a {
	display: inline-block;
	width: 110px;
	color: #fff;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
}
.footer_con .con_left a img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -6px;
}
.footer_con .copyright {
	line-height: 28px;
	color: #bebebe;
}
.footer_con .wzbs {
	position: absolute;
	left: 0;
	top: 0;
	width: 260px;
	text-align: right;
	margin-top: 50px;
} */
/*insede page 要闻动态*/
                    
.menu_con {
	width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	/* padding-top: 30px; */
	overflow: hidden;
}
.menu_con .con_inside {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}
.menu_con .con_inside .slide {
	width: 580px;
	height: 350px;
	background-color: #cecece;
	float: left;
}
.menu_con .con_inside .con_inside_ywdt {
	width: 580px;
}
.menu_con .con_inside .con_inside_ywdt_spxw {
	width: 100%;
}
.con_inside_ywdt .first_new {
	border-bottom: 1px dashed #dedede;
}
.con_inside_ywdt a h3 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	padding-top: 10px;
	text-align: center;
}
.con_inside_ywdt a:hover h3 {
	font-size: 18px;
	color: #355e92;
	font-weight: bold;
}
.con_inside_ywdt a p {
	font-size: 14px;
	color: #777;
	line-height: 26px;
	padding-top: 6px;
}
.con_inside_ywdt a:hover p {
	color: #000;
}
.spxw_box {
	width: 25%;
	position: relative;
	float: left;
}
.margin_x {
	margin-top: 12px;/* margin-right: 20px; */
}
.spxw_box .img_a {
	display: inline-block;
	width: 260px;
	height: 164px;
	padding: 3px;
	border: #eee solid 1px;
	transition: all 0.5s;
}
.spxw_box .img_a:hover {
	border: #d20365 solid 1px;
}
.spxw_box span {
	width: 260px;
	height: 38px;
	line-height: 38px;
	font-size: 18px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	display: inline;
	position: absolute;
	text-align: center;
	margin-top: 130px;
	margin-left: 4px;
}
.tag6sel {
	color: #0c76c0;
	font-size: 22px;
	line-height: 50px;
	z-index: 1;
	margin-bottom: -1px;
}
.tag6sel a:link,  .tag6sel a:visited {
	color: #0c76c0;
	text-decoration: none;
}
.tag6sel a:hover {
	color: #0c76c0;
	text-decoration: none;
}
.tag6selno {
	color: #666;
	font-size: 22px;
	line-height: 50px;
}
.tag6selno a:link,  .tag6selno a:visited {
	color: #666;
	text-decoration: none;
}
.tag6selno a:hover {
	color: #666;
	text-decoration: none;
}
.tag7sel {
	color: #0c76c0;
	font-size: 22px;
	line-height: 50px;
	z-index: 1;
	margin-bottom: -1px;
}
.tag7sel a:link,  .tag7sel a:visited {
	color: #0c76c0;
	text-decoration: none;
}
.tag7sel a:hover {
	color: #0c76c0;
	text-decoration: none;
}
.tag7selno {
	color: #666;
	font-size: 22px;
	line-height: 50px;
}
.tag7selno a:link,  .tag7selno a:visited {
	color: #666;
	text-decoration: none;
}
.tag7selno a:hover {
	color: #666;
	text-decoration: none;
}
.con_inside_ywdt .switch_news {
	width: 575px;
	overflow: hidden;
}
.con_inside_ywdt .cut {
	width: 580px;
	overflow: hidden;
	border-bottom: #cccccc solid 1px
}
.con_inside_ywdt .cut ul li {
	display: inline-block;
	text-align: center;
	float: left;
	margin-right: 30px;
}

/*insede page 走进武进*/
.jianjie{
	width: 1200px;
	height: 477px;
	background: url(../images/zjwj_top.jpg) no-repeat;
}
.jianjie p{
	font-size: 18px;
	color: #5b290e;
	line-height: 40px;
	padding: 310px 0px 20px 20px;
}
.zjwjPartTwo{
	width: 100%;
	margin: 0 auto 60px;
	background: url(../images/zjwjbg.png) top center no-repeat;
}
.zjwjPartTwo .qiehuanOne{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin: 60px auto;
}
.zjwjPartTwo .qiehuanTwo{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.zjwjPartTwo .qiehuanOne .qiehuanBox{
	width: 640px;
}
.zjwjPartTwo .qiehuanTwo .qiehuanBox{
	width: 640px;
}
.zjwjPartTwo .qiehuanBox .wzjj p{
	font-size: 18px;
	line-height: 38px;
	color: #555;
	background-color: #f2f2f2;
	padding: 16px;
	margin-top: 20px;
}
.zjwjPartTwo .qiehuanBox .wzjj p span{
	display: inline-block;
	width: 420px;
	float: right;
	margin-left: 10px;
}
.zjwjPartTwo .cut {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.zjwjPartTwo .cut ul li {
	width: 33.33%;
	float: left;
}
.zjwj01sel {
	color: #fff;
	font-size: 24px;
	line-height: 70px;
	background: url(../images/zjwjtab.png) no-repeat center;
}
.zjwj01sel a:link,  .zjwj01sel a:visited {
	color: #fff;
	text-decoration: none;
}
.zjwj01sel a:hover {
	color: #fff;
	text-decoration: none;
}
.zjwj01selno {
	color: #fff;
	font-size: 24px;
	line-height: 70px;
	background: url(../images/zjwjtabb.png) no-repeat center;
}
.zjwj01selno a:link,  .zjwj01selno a:visited {
	color: #fff;
	text-decoration: none;
}
.zjwj01selno a:hover {
	color: #fff;
	text-decoration: none;
}
.zjwj02sel {
	color: #fff;
	font-size: 24px;
	line-height: 70px;
	background: url(../images/zjwjtab.png) no-repeat center;
}
.zjwj02sel a:link,  .zjwj02sel a:visited {
	color: #fff;
	text-decoration: none;
}
.zjwj02sel a:hover {
	color: #fff;
	text-decoration: none;
}
.zjwj02selno {
	color: #fff;
	font-size: 24px;
	line-height: 70px;
	background: url(../images/zjwjtabb.png) no-repeat center;
}
.zjwj02selno a:link,  .zjwj02selno a:visited {
	color: #fff;
	text-decoration: none;
}
.zjwj02selno a:hover {
	color: #fff;
	text-decoration: none;
}
.zjwjPartThree{
	width: 100%;
	height: auto;
	background: url(../images/xxcybg.jpg) no-repeat center top;
}
.zjwjPartThree .xxcyOne{
	width: 1000px;
	margin: 0 auto;
	padding-top: 130px;
	padding-bottom: 60px;
	overflow: hidden;
}
.zjwjPartThree .xxcyOne img{
	margin-right: 26px;
}
.zjwjPartThree .xxcyTwo{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 60px;
	overflow: hidden;
}
.zjwjPartThree .xxcyTwo img{
	margin-right: 16px;
}

/*政务服务*/
.bsfw {
	/* margin-top: -16px; */
}
.bsfw .bsfw_tit{
	width: 100%;
	padding-left: 30px;
	overflow: hidden;
}
.bsfw .bsfw_tit ul li{
	margin-right: 60px;	
	float: left;
}
.bsfwsel {
	color: #000;
	font-size: 24px;
	line-height: 50px;
	border-bottom: #ff6000 solid 4px;
}
.bsfwsel a:link,  .bsfwsel a:visited {
	color: #000;
	text-decoration: none;
}
.bsfwsel a:hover {
	color: #000;
	text-decoration: none;
}
.bsfwselno {
	color: #777;
	font-size: 24px;
	line-height: 50px;
}
.bsfwselno a:link,  .bsfwselno a:visited {
	color: #777;
	text-decoration: none;
}
.bsfwselno a:hover {
	color: #777;
	text-decoration: none;
}
.bsfwPic{
	width: 100%;
	text-align: center;
	margin: 30px auto;
	overflow: hidden;
}
.bsfwPic a{
	width: 25%;
	border: 0px;
	float: left;
	display: inline-block;
}
.bsfwData{
	width: 1200px;
	height: 160px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 2px 2px 5px #e9e9e9;
	padding: 14px 0px;
}
.bsfwData .bsfwDatatit{
	font-size: 24px;
}
.bsfwData .bsfwDatafont td{
	width: 12.5%;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	color: #888;
}
.bsfwData .bsfwDatafont td p{
	display: inline-block;
	border-bottom: #1492ff solid 4px;
}
.bsfwData .bsfwDatanum td{
	width: 12.5%;
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.bmfw{
	width: 100%;
	height: 450px;
	background: url(../images/bmfwbg.png) no-repeat center top;
	margin-top: 50px;
}
.bmfw .bmfwtit{
	font-size: 26px;
	height: 66px;
	line-height: 66px;
	color: #fff;
	text-align: center;
}
.bmfw .bmfwcon{
	width: 1240px;
	margin: 0 auto;
}
.bmfwcon .bmgg{
	width: 328px;
	height: 222px;
	background-color: #3892e0;
	border-radius: 10px;
	margin-top: 20px;
	padding: 14px 6px;
	box-shadow: 3px 3px 5px #446cd7;
	float: left;
}
.bmfwcon .bmgg .bmggtit{
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	padding-left: 16px;
}
.bmfwcon .bmgg .bmggtit .bmggmore{
	font-size: 14px;
	padding-left: 160px;
}
.bmgg .bmggtit .bmggmore a:link,
.bmgg .bmggtit .bmggmore a:visited{
	font-size: 14px;
	color: #fff;
}
.bmgg .bmggtit .bmggmore a:hover{
	font-size: 14px;
	color: #b0daff;
	transition: all ease .3s;
}
.bmgg .newslistBmggs li{
	line-height: 38px;
	padding-left: 16px;
	background: url(../images/dot_white.png) no-repeat left;
}
.bmgg .newslistBmggs a{
	color: #fff;
	font-size: 16px;
}
.bmgg .newslistBmggs a:hover{
	text-decoration: underline;
}
.bmfwcon .bmcx{
	width: 930px;
	height: 290px;
	background-color: #fff;
	margin: 50px 0px 50px 310px;
}
.bmfwcon .bmcx .bmcxtit{
	height: 74px;
	line-height: 74px;
	font-size: 22px;
	color: #333;
	padding-left: 50px;
}
.bmcx .bmcxitem{
	padding-left: 50px;
}
.bmcx .bmcxitem div{
	width: 156px;
	margin-right: 20px;
	float: left;
}
.bmcx .bmcxitemtit{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.bmcx i{
	display: inline-block;
	width: 26px;
	height: 24px;
	margin-right: 5px;
}
.bmcx .bmcxgr{
	background: url(../images/bmfwico01.png) no-repeat;
}
.bmcx .bmcxjt{
	background: url(../images/bmfwico02.png) no-repeat;
}
.bmcx .bmcxjiaotong{
	background: url(../images/bmfwico03.png) no-repeat;
}
.bmcx .bmcxtx{
	background: url(../images/bmfwico04.png) no-repeat;
}
.bmcx .bmcxqy{
	background: url(../images/bmfwico05.png) no-repeat;
}
.bmcx .bmcxitembtn ul li{
	width: 126px;
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 15px;
	background-image: url(../images/bmcxico.png);
	background-repeat: no-repeat;
	background-position: 5% 50%;
	background-color: #f0f1f2;
}

/*insede page 政民互动*/
.zmhd_con{
	/* padding-top: 30px; */
}
.zmhd_con .cate_tits{
	display: inline-block;
    height: 50px;
    line-height: 40px;
    font-size: 22px;
    color: #0c76c0;
	margin-right: 280px;
}
/*.zmhd_con .con_ft{
	margin-top:12px;
}  */
.zmhd_con_left {
	width: 600px;
	/* margin-top: -16px; */
}
.zmhd_con_right{
	width: 560px;
	/* margin-top: -16px; */
}
.zmhd_con .zxft_w{
	width: 290px;
    line-height: 28px;
    float: right;
}
.zmhd_con .zxft_w h3{
	margin-bottom: 8px;
}}
.menu_con .con_inside .lxxd {
	width: 100%;
}
.zmhd_con_left .pre_btn {
    display: inline-block;
	margin-left: 8px;
}
.zmhd_con_left .pre_btn img {
	margin: 0 5px -6px 0;
}
.zmhd_con_left .pre_btn a {
	height: 32px;
	line-height: 32px;
	padding: 3px 8px;
	font-size: 16px;
	color: #94a2c5;
	border: 1px solid #d3daea;
	border-radius: 6px;
	padding-left: 25px;	
	
}
.zmhd_con_left .pre_btn a:hover {
	border: 1px solid #6c81b0;
	color: #6c81b0;
	transition: all ease .5s;
}
.zmhd_con_left .xx{
	background-image: url(../images/xx_icon.png);
	background-position: 2px 6px;
	background-repeat: no-repeat;
}
.zmhd_con_left .tj{
	background-image: url(../images/tj_icon.png);
	background-position: 2px 6px;
	background-repeat: no-repeat;
}
.zmhd_con .fthg{
	margin-top: 10px;
}
.zmhd_con .catetit{
	width:100%;	
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #0c76c0;	
}
.zmhd_con .catetit p{
	display: block;
	float: left;
}
.zmhd_con_btn ul li {
	position: relative;
	font-size: 20px;
	color: #555555;
	float: left;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-right: 36.667px;
}
.zmhd_con_btn ul li a {
	display: inline-block;
	width: 268px;
	height: 68px;
	line-height: 70px;
	background-color: #f9f9f9;
	border:#dfdfdf solid 1px;
}
.zmhd_con_btn ul li a:hover {
	background-color: #fff;
	border:#b5c1db solid 1px;
	box-shadow: 2px 2px 5px #e9e9e9;
	border-radius: 8px;
	transition: all ease .5s;
}
.zmhd_con_btn .bt01 i {
	background: url(../images/zmhd_ico01.png) no-repeat;
}
.zmhd_con_btn .bt02 i {
	background: url(../images/zmhd_ico02.png) no-repeat;
}
.zmhd_con_btn .bt03 i {
	background: url(../images/zmhd_ico03.png) no-repeat;
}
.zmhd_con_btn .bt04 i {
	background: url(../images/zmhd_ico04.png) no-repeat;
}
.zmhd_con_btn li a i {
	display: inline-block;
	width: 50px;
	height: 48px;
	margin-top: 16px;
	margin-left: 40px;
	margin-right: 15px;
}
.zmhd_con_btn li span {
	display: inline-block;
	position: absolute;
	height: 70px;
	line-height: 70px;
	vertical-align: middle;
}
.zmhd_con_btn .bt04 {
	margin-right: 0;
}
.zmhdPartTwo{
	width: 100%;
	height: 280px;
	background-color: #f7f8fc;
}
.zmhdPartTwo .xwfbh{
	width: 575px;
	margin-top: 20px;
	float: left;
}
.zmhdPartTwo .wszb{
	width: 575px;
	margin-top: 20px;
	float: right;
}
.zmhdPartThree{
	margin-top: 40px;
	margin-bottom: 40px;
}
.tag8sel {
	color: #0c76c0;
	font-size: 22px;
	line-height: 50px;
	z-index: 1;
	margin-bottom: -1px;
}
.tag8sel a:link,  .tag8sel a:visited {
	color: #0c76c0;
	text-decoration: none;
}
.tag8sel a:hover {
	color: #0c76c0;
	text-decoration: none;
}
.tag8selno {
	color: #666;
	font-size: 22px;
	line-height: 50px;
}
.tag8selno a:link,  .tag8selno a:visited {
	color: #666;
	text-decoration: none;
}
.tag8selno a:hover {
	color: #666;
	text-decoration: none;
}
.tag9sel {
	color: #0c76c0;
	font-size: 22px;
	line-height: 50px;
	z-index: 1;
	margin-bottom: -1px;
}
.tag9sel a:link,  .tag9sel a:visited {
	color: #0c76c0;
	text-decoration: none;
}
.tag9sel a:hover {
	color: #0c76c0;
	text-decoration: none;
}
.tag9selno {
	color: #666;
	font-size: 22px;
	line-height: 50px;
}
.tag9selno a:link,  .tag9selno a:visited {
	color: #666;
	text-decoration: none;
}
.tag9selno a:hover {
	color: #666;
	text-decoration: none;
}

.zmhd_con_zxft {
	width: 420px;
	height: 100%;
}
.zmhd_con_zxft img {
	margin-top: 15px;
}
.zmhd_con_zxft .zxft_con p {
	line-height: 34px;
}

.tag13sel {
	color: #355e92;
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	border-bottom: #355e92 solid 3px;
	z-index: 1;
	margin-bottom: -1px;
}
.tag13sel a:link,  .tag13sel a:visited {
	color: #355e92;
	text-decoration: none;
}
.tag13sel a:hover {
	color: #355e92;
	text-decoration: none;
}
.tag13selno {
	color: #666666;
	font-size: 22px;
	line-height: 36px;
}
.tag13selno a:link,  .tag13selno a:visited {
	color: #666666;
	text-decoration: none;
}
.tag13selno a:hover {
	color: #666666;
	text-decoration: none;
}
.tag14sel {
	color: #355e92;
	font-size: 22px;
	font-weight: bold;
	line-height: 36px;
	border-bottom: #355e92 solid 3px;
	z-index: 1;
	margin-bottom: -1px;
}
.tag14sel a:link,  .tag14sel a:visited {
	color: #355e92;
	text-decoration: none;
}
.tag14sel a:hover {
	color: #355e92;
	text-decoration: none;
}
.tag14selno {
	color: #666666;
	font-size: 22px;
	line-height: 36px;
}
.tag14selno a:link,  .tag14selno a:visited {
	color: #666666;
	text-decoration: none;
}
.tag14selno a:hover {
	color: #666666;
	text-decoration: none;
}
.zmhd_con_left .cut {
	width: 100%;
	overflow: hidden;
	border-bottom: #cccccc solid 1px
}
.zmhd_con_left .cut ul li {
	display: inline-block;
	text-align: center;
	float: left;
	margin-right: 30px;
}
.wqft_con li {
	height: 76px;
	border-bottom: #d1d1d1 dashed 1px;
}
.wqft_con li p {
	line-height: 46px;
	color: #355e92;
}
.wqft_con li a {
	color: #355e92;
}
.wqft_con li span {
	color: #888;
}
.zmhd_btn_inside {
	overflow: hidden;
}
.zmhd_btn_inside li {
	width: 200px;
	margin-right: 20px;
	float: left;
}
.zmhd_btn_inside li a {
	display: block;
	height: 68px;
	line-height: 68px;
	background-color: #fafafa;
	border: #efefef solid 1px;
}
.zmhd_btn_inside li a i {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 22px;
	margin-left: 20px;
}
.zmhd_btn_inside li span {
	display: inline-block;
	position: absolute;
	font-size: 18px;
	height: 68px;
	line-height: 68px;
	margin-left: 10px;
	vertical-align: middle;
}
.zmhd_btn_inside li a:hover {
	border: #5193e1 solid 1px;
	background-color: #ebf4fe;
	transition: all ease .5s;
}
.con_inside_zmhdbtns {
	width: 340px;
}
.con_inside_zmhdbtn {
	position: relative;
}
.con_inside_zmhdbtn a {
	display: inline-block;
	width: 160px;
	height: 150px;
	background-color: #ff7675;
	border-radius: 8px;
	text-align: center;
	color: #fff;
}
.con_inside_zmhdbtn a:hover {
	transition: all ease .5s;
}
.con_inside_zmhdbtn img {
	padding-top: 20px;
}
.con_inside_zmhdbtn p {
	font-size: 20px;
	padding-top: 30px;
}
.con_inside_zmhdbtn h4 {
	position: absolute;
	width: 120px;
	border-bottom: 1px solid #fff;
	top: 86px;
	left: 20px;
	text-align: center;
	float: left;
}
.zmhdbtn01 a {
	background-color: #ff7675;
}
.zmhdbtn01 a:hover {
	background-color: #d25554;
}
.zmhdbtn02 a {
	background-color: #2e86de;
}
.zmhdbtn02 a:hover {
	background-color: #196cbe;
}
.zmhdbtn03 a {
	background-color: #ff9f43;
}
.zmhdbtn03 a:hover {
	background-color: #df8126;
}
.zmhdbtn04 a {
	background-color: #33d9b2;
}
.zmhdbtn04 a:hover {
	background-color: #0cad87;
}
.con_inside_zxft {
	width: 730px;
}
.con_inside_zxft .pre_btn {
	margin-top: 3px;
	float: right;
}
.con_inside_zxft .pre_btn img {
	margin: 0 5px -6px 0;
}
.con_inside_zxft .pre_btn a {
	height: 30px;
	line-height: 30px;
	padding: 3px 5px;
	font-size: 14px;
	color: #dc5251;
	border: 1px solid #fb7776;
	border-radius: 4px;
	padding-left: 25px;
	background-image: url(../images/wq_icon.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.con_inside_zxft .pre_btn a:hover {
	background-color: #dc5251;
	background-image: url(../images/wq_icon.png);
	background-repeat: no-repeat;
	background-position: 0 -22px;
	transition: all ease .5s;
	color: #fff;
}
.con_inside_zxft .con_ft .zxft_w {
	width: 60%;
}
.con_inside_zxft .con_ft .zxft_w h3 {
	padding-bottom: 15px;
}
.con_inside_zxft .con_ft .zxft_w p {
	line-height: 32px;
	margin: 0;
	padding: 0;
}
.con_inside_zxft .con_inside_cols {
	width: 340px;
}
.con_inside_cols .switch_news {
	width: 340px;
	overflow: hidden;
}
.con_inside_cols .cut {
	width: 340px;
	overflow: hidden;
}
.con_inside_cols .cut ul li {
	text-align: center;
	width: 33.33%;
	float: left;
}
/*insede page 政务公开*/
                    
.menu_con .con_inside .con_inside_ldzc {
	width: 700px;
}
.con_inside_ldzc .con_ft .ldzc_w {
	width: 78%;
}
.con_inside_ldzc .con_ft .ldzc_w p {
	line-height: 40px;
	margin: 0;
	padding: 0;
}
.con_inside_ldzc .ldmd {
	width: 100%;
	height: 70px;
	background-color: #f3f3f3;
}
.con_inside_ldzc .ldmd p {
	line-height: 30px;
	margin-left: 20px;
}
.con_inside_xxgkbtns {
	width: 370px;
}
.con_inside_xxgkbtns .con_inside_xxgkbtn {
	width: 100%;
	background-color: #256dc3;
	color: #fff;
	height: 42px;
	line-height: 42px;
	border-radius: 50px;
	margin-bottom: 11px;
}
.con_inside_xxgkbtns .con_inside_xxgkbtn a {
	display: block;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
}
.con_inside_xxgkbtns .con_inside_xxgkbtn a:hover {
	background-color: #3366a3;
	transition: all ease .3s;
}
.con_inside_xxgkbtns .con_inside_xxgkbtn img {
	margin: 0 5px -10px 50px;
}
.con_inside_xxgknews01 .switch_news {
	width: 700px;
	overflow: hidden;
}
.con_inside_xxgknews01 .cut {
	width: 700px;
	overflow: hidden;
}
.con_inside_xxgknews01 .cut ul li {
	text-align: center;
	width: 20%;
	float: left;
}
.con_inside .con_inside_xxgkcx {
	width: 338px;
	border: 6px solid #eaeaea;
	padding: 10px;
}
.con_inside .con_inside_zdly {
	width: 100%;
	height: 250px;
	background: url(../images/zdly_bg.jpg) no-repeat;
}
.con_inside .con_inside_zdly h1 {
	color: #256dc3;
	text-align: center;
	padding-top: 30px;
}
.con_inside .con_inside_zdly .zdlybtns {
	width: 100%;
	text-align: center;
	overflow: hidden;
}
.con_inside .con_inside_zdly .zdlybtns ul {
	width: 1000px;
	display: inline-block;
}
.con_inside .con_inside_zdly .zdlybtns li {
	width: 180px;
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	text-align: center;
	border-radius: 50px;
	float: left;
	margin: 10px 10px;
}
.con_inside .con_inside_zdly .zdlybtns li a {
	border-radius: 50px;
	display: block;
}
.con_inside .con_inside_zdly .zdlybtns li a:hover {
	font-size: 18px;
	box-shadow: 3px 5px 0 #cecece;
	transition: all ease .2s;
}
.con_inside_zwgkbtns {
	width: 368px;
}
.con_inside_zwgkbtns .con_inside_zwgkbtn {
	width: 100%;
	color: #4a698c;
	height: 58px;
	line-height: 58px;
	margin-bottom: 16px;
}
.con_inside_zwgkbtns .con_inside_zwgkbtn a {
	display: block;
	color: #4a698c;
	border: solid 1px #7da1cb;
	font-size: 18px;
}
.con_inside_zwgkbtns .con_inside_zwgkbtn a:hover {
	border: solid 1px #4a698c;
	background-color: #ebf4fe;
	transition: all ease .3s;
}
.con_inside_zwgkbtns .con_inside_zwgkbtn img {
	margin: 0 5px -10px 60px;
}
/*领导之窗*/
                    
.ldzc_left {
	width: 260px;
	float: left;
}
.ldzc_right {
	width: 910px;
	float: right;
	margin-bottom: 30px;
	height: 400px;
	height: auto!important;
	min-height: 400px;
}
.ldzc_btn li {
	height: 46px;
	line-height: 46px;
	/* border: 1px solid #91b3dc; */
	background-color: #f6f6f6;
	margin-top: 10px;
}
.ldzc_btn li h4 {
	width: 24%;
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	margin-left: 30px;
	text-align: justify;
    text-align-last: justify;
}
.ldzc_btn li a {
	display: block;
}
.ldzc_btn li a:hover {
	color: #fff;
	transition: all ease .3s;
	background-color: #91b3dc;
	border-radius: 6px;
}
.ldzc_btn li span {
	display: inline-block;
	width: 28%;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	/* background-color: #fcaf63; */
	color: #666;
	float: right;
	margin-right: 40px;
	border-radius: 6px;
	text-align: justify;
    text-align-last: justify;
}
.ldpic {
	width: 150px;
	margin-right: 40px;
}
.ldpic h2 {
	line-height: 60px;
	text-align: center;
}
.ldpic p {
	text-align: center;
	font-size: 15px;
	color: #666;
}
.ldcontent {
	width: 720px;
}
.ldcontent .ldtit {
	font-size: 22px;
	font-weight: bold;
	color: #256dc3;
	line-height: 50px;
}
.ldcontent>p {
	line-height: 36px;
	color: #444;
}
.ldzc_right h4 {
	height: 10px;
	border-top: dashed 1px #dedede;
	margin-top: 10px;
}
/*领导之窗end*/
                    /*insede page 公共服务*/
                    
.con_inside .con_inside_tzgg {
	width: 770px;
}
.con_inside .con_inside_ggfwpic {
	width: 300px;
}
.con_inside_ggfwpic {
	width: 100%;
	overflow: hidden;
}
.con_inside_ggfwpic ul>li {
	width: 100%;
	height: 164px;
	float: left;
	margin-bottom: 20px;
}
.con_inside_ggfwpic li a {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
}
.con_inside_ggfwpic a img {
	width: 100%;
	cursor: pointer;
	transition: all 0.3s ease;
}
.con_inside_ggfwpic a img:hover {
	transform: scale(1.2);
}
.con_inside .ggfw_btn ul li {
	width: 20%;
}
.con_inside .ggfw_btn ul li a {
	display: inline-block;
	width: 140px;
	height: 140px;
	padding: 30px 30px;
	text-align: center;
	background-color: #f5f6f8;
}
/*inside page 政务服务*/
                    
.tag11sel {
	color: #355e92;
	font-size: 20px;
	font-weight: bold;
}
.tag11sel a {
	display: inline-block;
	height: 32px;
	border-bottom: #355e92 solid 5px
}
.tag11sel a:link,  .tag11sel a:visited {
	color: #355e92;
	text-decoration: none;
}
.tag11sel a:hover {
	color: #355e92;
	text-decoration: none;
}
.tag11selno {
	color: #666666;
	font-size: 20px;
	line-height: 22px;
}
.tag11selno a:link,  .tag11selno a:visited {
	color: #666666;
	text-decoration: none;
}
.tag11selno a:hover {
	color: #666666;
	text-decoration: none;
}
.con_inside .con_inside_grfw {
	width: 100%;
}
.grfw_inside .cut {
	width: 100%;
	height: 36px;
	border-bottom: #cccccc solid 1px;
	text-align: center;
	margin-bottom: 8px;
}
.grfw_inside .cut ul {
	width: 100%;
	height: 36px;
	text-align: center;
}
.grfw_inside .cut ul li {
	display: inline-block;
	text-align: center;
	margin: 0px 15px;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside li {
	position: relative;
	float: left;
	width: 20%;
	font-size: 16px;
}
/* .con_inside_grfw .grfw_inside .w16 li {
                                width: 16.66%;
                            } */
                    
.con_inside_grfw .grfw_inside .zwfw_btn_inside li span {
	display: inline-block;
	position: absolute;
	left: 60px;
	top: 16px;
	width: 130px;
	height: 32px;
	line-height: 32px;
	/* font-size: 15px; */
	text-align: center;
	border-left: #dedede solid 1px;
	padding-left: 8px;
	vertical-align: middle;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside li a {
	height: 46px;
	display: block;
	border: #dedede solid 1px;
	margin: 8px;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside li a:hover {
	border: #256DC3 solid 1px;
	background-color: #f8f8f8;
	transition: all ease .3s;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside li a:hover span {
	color: #256DC3;
	border-left: #256DC3 solid 1px;
}
.bsfw .bsfw_con{
	width: 100%;
	/* height: 280px; */
	background: #f7f8fc;
	padding: 14px 14px;
}
.bsfw .bsfw_con ul{
	font-size: 16px;
	overflow: hidden;
}
.bsfw .bsfw_con ul li{
	position: relative;
	font-size: 15px;
	margin: 8px 5px 8px 5px;
	float: left;
}
.bsfw .bsfw_con ul li a{
	display: block;
	width: 183px;
	height: 50px;
	line-height: 50px;
	background: #fff;
	border: #fff solid 1px;
}
.bsfw .bsfw_con li span {
	display: inline-block;
	position: absolute;
	left: 50px;
	/* top: 16px;
	width: 130px; */
	height: 50px;
	line-height:50px;
	text-align: center;
	vertical-align: middle;
}
.bsfw .bsfw_con li a:hover {
	border: #256DC3 solid 1px;
	transition: all ease .3s;
}
.bsfw .bsfw_con li a:hover span {
	color: #256DC3;
}
.bsfw .bsfw_con li a i {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-top: 10px;
	margin-left: 6px;
}
.bsfw .bsfw_con .bmname{
	text-align: center;
}
.bsfw .bsfw_con .grfw_btn001 a i {
	background: url(../images/gr1.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn002 a i {
	background: url(../images/gr2.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn003 a i {
	background: url(../images/gr3.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn004 a i {
	background: url(../images/gr4.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn005 a i {
	background: url(../images/gr5.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn006 a i {
	background: url(../images/gr6.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn007 a i {
	background: url(../images/gr7.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn008 a i {
	background: url(../images/gr8.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn009 a i {
	background: url(../images/gr9.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0010 a i {
	background: url(../images/gr10.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0011 a i {
	background: url(../images/gr11.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0012 a i {
	background: url(../images/gr11_1.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0013 a i {
	background: url(../images/gr12.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0014 a i {
	background: url(../images/gr13.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0015 a i {
	background: url(../images/gr14.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0016 a i {
	background: url(../images/gr15.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0017 a i {
	background: url(../images/gr16.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0018 a i {
	background: url(../images/gr16_1.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0019 a i {
	background: url(../images/gr17.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0020 a i {
	background: url(../images/gr18.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0021 a i {
	background: url(../images/gr18_1.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0022 a i {
	background: url(../images/gr19.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0023 a i {
	background: url(../images/gr19_1.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0024 a i {
	background: url(../images/gr20.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0025 a i {
	background: url(../images/gr21.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0026 a i {
	background: url(../images/gr22.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0027 a i {
	background: url(../images/gr23.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0028 a i {
	background: url(../images/gr23_1.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0029 a i {
	background: url(../images/gr24.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0030 a i {
	background: url(../images/gr26.png) no-repeat;
}
.bsfw .bsfw_con .grfw_btn0031 a i {
	background: url(../images/fr3.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn001 a i {
	background: url(../images/fr1.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn002 a i {
	background: url(../images/fr2.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn003 a i {
	background: url(../images/fr3.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn004 a i {
	background: url(../images/fr4.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn005 a i {
	background: url(../images/gg13.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn006 a i {
	background: url(../images/fr5.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn007 a i {
	background: url(../images/fr6.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn008 a i {
	background: url(../images/fr7.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn009 a i {
	background: url(../images/fr30.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0010 a i {
	background: url(../images/fr8.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0011 a i {
	background: url(../images/fr9.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0012 a i {
	background: url(../images/fr31.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0013 a i {
	background: url(../images/fr12.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0014 a i {
	background: url(../images/fr13.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0015 a i {
	background: url(../images/fr14.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0016 a i {
	background: url(../images/fr15.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0017 a i {
	background: url(../images/fr16.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0018 a i {
	background: url(../images/fr17.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0019 a i {
	background: url(../images/fr18.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0020 a i {
	background: url(../images/fr19.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0021 a i {
	background: url(../images/gg12.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0022 a i {
	background: url(../images/fr20.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0023 a i {
	background: url(../images/fr21.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0024 a i {
	background: url(../images/fr24.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0025 a i {
	background: url(../images/fr32.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0026 a i {
	background: url(../images/fr25.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0027 a i {
	background: url(../images/fr26.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0028 a i {
	background: url(../images/fr27.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0029 a i {
	background: url(../images/fr28.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0033 a i {
	background: url(../images/fr33.png) no-repeat;
}
.bsfw .bsfw_con .frfw_btn0030 a i {
	background: url(../images/gr26.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn001 a i {
	background: url(../images/gg1.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn002 a i {
	background: url(../images/gg2.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn003 a i {
	background: url(../images/gg3.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn004 a i {
	background: url(../images/gg4.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn005 a i {
	background: url(../images/gg5.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn006 a i {
	background: url(../images/gg6.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn007 a i {
	background: url(../images/gg7.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn008 a i {
	background: url(../images/gg8.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn009 a i {
	background: url(../images/gg9.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0010 a i {
	background: url(../images/gg10.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0011 a i {
	background: url(../images/gg11.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0012 a i {
	background: url(../images/gg12.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0013 a i {
	background: url(../images/gg13.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0014 a i {
	background: url(../images/gg14.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0015 a i {
	background: url(../images/gg15.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0016 a i {
	background: url(../images/gg16.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0017 a i {
	background: url(../images/gg17.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0018 a i {
	background: url(../images/gg18.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0019 a i {
	background: url(../images/gg19.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0020 a i {
	background: url(../images/gg20.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0021 a i {
	background: url(../images/gg21.png) no-repeat;
}
.bsfw .bsfw_con .ggfw_btn0022 a i {
	background: url(../images/gg22.png) no-repeat;
}
.tag12sel {
	color: #355e92;
	font-size: 20px;
	font-weight: bold;
}
.tag12sel a {
	display: inline-block;
	height: 32px;
	border-bottom: #355e92 solid 5px
}
.tag12sel a:link,  .tag12sel a:visited {
	color: #355e92;
	text-decoration: none;
}
.tag12sel a:hover {
	color: #355e92;
	text-decoration: none;
}
.tag12selno {
	color: #666666;
	font-size: 20px;
	line-height: 22px;
}
.tag12selno a:link,  .tag12selno a:visited {
	color: #666666;
	text-decoration: none;
}
.tag12selno a:hover {
	color: #666666;
	text-decoration: none;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn001 a i {
	background: url(../images/ggfw1.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn002 a i {
	background: url(../images/ggfw2.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn003 a i {
	background: url(../images/ggfw3.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn004 a i {
	background: url(../images/ggfw4.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn005 a i {
	background: url(../images/ggfw5.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn006 a i {
	background: url(../images/ggfw6.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn007 a i {
	background: url(../images/ggfw7.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn008 a i {
	background: url(../images/ggfw8.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn009 a i {
	background: url(../images/ggfw9.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0010 a i {
	background: url(../images/ggfw10.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0011 a i {
	background: url(../images/ggfw11.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0012 a i {
	background: url(../images/ggfw12.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0013 a i {
	background: url(../images/ggfw13.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0014 a i {
	background: url(../images/ggfw14.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0015 a i {
	background: url(../images/ggfw15.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0016 a i {
	background: url(../images/ggfw16.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0017 a i {
	background: url(../images/ggfw17.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0018 a i {
	background: url(../images/ggfw18.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0019 a i {
	background: url(../images/ggfw19.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0020 a i {
	background: url(../images/ggfw20.png) no-repeat;
}
.con_inside_grfw .grfw_inside .zwfw_btn_inside .ggfw_btn0021 a i {
	background: url(../images/ggfw21.png) no-repeat;
}
.con_inside_grfw .grfw_inside .ggfw_btn_inside li {
	width: 20%;
	height: 46px;
	line-height: 46px;
	text-align: center;
	padding: 8px 0px;
	float: left;
}
.con_inside_grfw .grfw_inside .ggfw_btn_inside li a {
	display: inline-block;
	width: 94%;
	background-color: #E3F0FF;
	border-radius: 6px;
}
.con_inside_grfw .grfw_inside .ggfw_btn_inside li a:hover {
	background-color: #256dc3;
	color: #fff;
	transition: all ease .3s;
}
/*useless*/
                    /***新闻列表页***/
                    
.location {
    width: 1200px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.location .one {
    vertical-align: middle;
}

.location p {
    display: inline-block;
    font-size: 15px;
    color: #555;
    height: 24px;
    line-height: 24px;
}

.location p a {
    display: inline-block;
    font-size: 14px;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding-left: 10px;
}

.newslist_left {
    width: 250px;
    float: left;
}

.dqlm {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #0c76c1;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    /* margin-bottom: 10px; */
}

.newslist_left .lm_btn {
    width: 250px;
    min-height: 510px;
    border-top: 0;
    background: #f7f7f7;
}

.newslist_left .lm_btn ul li {
    border-bottom: #fff solid 1px;
}

.newslist_left .lm_btn ul li a:link,
.newslist_left .lm_btn ul li a:visited {
    display: block;
    width: 92%;
    color: #333;
    display: inline-block;
    font-size: 18px;
    line-height: 56px;
    padding-left: 20px;
}

.newslist_left .lm_btn ul li a:hover {
    color: #0d6099;
    background-color: #ccdcf0;
}

.lm_btn ul li img {
    margin-right: 5px;
    vertical-align: middle;
}

.curr_cate_class {
    color: #399ff3;
    border-bottom: #399ff3 dashed 1px;
}

.lm_btn i {
    display: inline-block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-width: 6px 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #399FF3;
}

.newslist_right {
    width: 910px;
    float: right;
    margin-bottom: 30px;
    height: 400px;
    height: auto!important;
    min-height: 400px;
}

.class_newslist li {
    font-size: 14px;
    line-height: 40px;
    color: #888;
    padding-left: 16px;
    background: url(../images/ico.png) no-repeat left;
    text-align: right;
}

.class_newslist li a {
    font-size: 16px;
    float: left;
}
#b1 {
	margin-top: 336px;
	margin-bottom: 40px;
	overflow: hidden;
}
.zxdt {
	width: 490px;
}
#b1 .gt {
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}
#b1 .gt h4 {
	height: 20px;
	width: 55%;
	top: 0;
	right: 0;
	position: absolute;
	border-bottom: #0585ce solid 3px;
}
#b1 .img {
	width: 236px;
	height: 36px;
	float: left;
}
#b1 .more a {
	height: 27px;
	line-height: 27px;
	color: #fff;
	background-color: #0685c8;
	float: right;
	font-size: 14px;
	padding: 0 8px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 8px;
}
.topnews {
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	border-bottom: #cecece dashed 1px;
}
.topnews h3 {
	text-align: center;
	line-height: 36px;
}
.topnews h3 a {
	color: #333;
}
.topnews h3 a:hover {
	color: #0685cc;
}
.topnews p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
#b1 .topnews p a {
	color: #da1b1b;
}
#xmlh {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.gtt {
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}
.gtt h4 {
	height: 33px;
	width: 75%;
	top: 0;
	right: 0;
	position: absolute;
	border-bottom: #cecece solid 1px;
}
.gtt .more a {
	height: 27px;
	line-height: 27px;
	color: #fff;
	background-color: #0685c8;
	float: right;
	font-size: 14px;
	padding: 0 8px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 20px;
}
#xmlh .lhnews {
	overflow: hidden;
}
#xmlh .lhnews .lnews {
	width: 490px;
	padding-right: 20px;
}
#xmlh .lhnews .rnews {
	width: 490px;
}
#fwqy {
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
#fwqy .qynews {
	position: relative;
	overflow: hidden;
}
#fwqy .lnews {
	width: 490px;
	position: absolute;
	margin-top: 30px;
}
#fwqy .qynews .pic {
	width: 478px;
	height: 268px;
	background: url(b1.png) no-repeat;
}
#fwqy .qynews .pic img {
	margin: 26px 18px;
}
/*友情链接*/
                    
.yqlj {
	width: 100%;
	text-align: center;
	background-color: #f7f8fc;
	/* border-top: 1px solid #DDE7F1; */
}

.yqlj td {
	font-size: 16px;
}

.yqlj ul {
	display: inline-block;
}

.yqlj ul li {
	float: left;
	margin-right: 15px;
	margin-top: 23px;
}

.yqlj ul li a {
	display: block;
	font-size: 15px;
	padding: 8px 12px;
	background-color: #f9f9f9;
	border-radius: 5px;
}
.tag15 {
	float: left;
	width: 150px;
}
.tag15sel {
	float: left;
	width: 150px;
	font-weight: bold;
	color: #333;
	background-color: #fff;
	height: 28px;
	line-height: 28px;
}
.tag15sel a:hover {
	float: left;
	width: 150px;
	background: #1b579d;
	font-weight: bold;
	color: #FFF;
	height: 28px;
	line-height: 28px;
}
.tag15selno {
	float: left;
	width: 150px;
	/* background: #f5f6f8; */
	height: 28px;
	line-height: 28px;
}
.f15 {
	border: 1px solid #f7f8fc;
	padding: 20px;
	background-color: #fff;

/*快速导航栏 start*/
                    
.shortcut {
	height: 30px;
	line-height: 30px;
	background-color: #e3e4e5;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	color: #999;
}
.city {
	margin-left: 200px;
}
.shortcut li {
	float: left;
}
.space {
	width: 1px;
	height: 10px;
	background-color: #ccc;
	margin: 10px 12px 0;
}
/*******政务公开--依申请公开********/
.content-wrap .ysq{min-height: 600px;}
.ysqgk .ysqgk_left{padding-right: 20px;}
.ysqgk .ysqgk_left ul li{height: 44px;line-height: 44px;background-color: #f5f5f5;margin-bottom: 10px;text-align: center;position: relative;letter-spacing: 6px;}
.ysqgk .ysqgk_left ul li a{display: block;width: 100%;}
.ysqgk .ysqgk_left ul .active{background-color: #c00;}
.ysqgk .ysqgk_left ul .active a{color: white;}
.ysqgk .ysqgk_left ul .active:before{content: url("../img/red-arrow.png");position: absolute;right: -6px;}
.ysqgk .ysqgk_right_wrap{padding-left: 10px;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_sm{height: 30px;line-height: 30px;background-color:  #f5f5f5;border-bottom: 1px solid #c00;border-left: 8px solid #c00;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_sm span{margin-left: 10px;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_sminfo{padding:0 20px 20px;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_sminfo p{height: 60px;line-height: 60px;font-size: 18px;color: #c00;font-weight: 600;margin: 0;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_sminfo span{line-height: 28px;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_sminfo a{color: #337ab7;}
.ysqgk .ysqgk_right_wrap .ysqgk_list{min-height: 400px;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_lc{height: 30px;line-height: 30px;background-color:  #f5f5f5;border-bottom: 1px solid #c00;border-left: 8px solid #c00;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_lc span{margin-left: 10px;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_lcinfo span{display: block;text-align: center;font-size: 20px;margin-top: 10px;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_lcinfo img{width: 100%;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_lcinfo p{margin-top: 10px;margin-bottom: 15px;font-size: 12px;}
.ysqgk .ysqgk_right_wrap .ysqgk_tab ul {width: 100%;}
.ysqgk .ysqgk_right_wrap .ysqgk_tab ul li {float: left;width: 33.33%;height: 30px;line-height: 30px;text-align: center;background-color:#f5f5f5 ;position: relative;}
.ysqgk .ysqgk_right_wrap .ysqgk_tab ul .active {background-color: #c00;}
.ysqgk .ysqgk_right_wrap .ysqgk_tab ul .active a {color: white;}
.ysqgk .ysqgk_right_wrap .ysqgk_tab ul .active:before {content: url("../img/xl_arrow.png");position: absolute;top: 4px;left:65%;}
.ysqgk .ysqgk_right_wrap .ysqgk_list ul {width:100%;padding: 15px 10px 0;}
.ysqgk .ysqgk_right_wrap .ysqgk_list ul li {float:left;width: 20%;height: 40px;line-height: 40px;}
.ysqgk .ysqgk_right_wrap .ysqgk_list ul li i {width: 5px;height: 5px;background-color: #c00;border-radius: 50%;display: inline-block;vertical-align: middle;margin-right:10px ;}
.ysqgk .ysqgk_right_wrap .ysqgk_list ul li a{width: 100%;display: block;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_cx{height: 30px;line-height: 30px;background-color:  #f5f5f5;border-bottom: 1px solid #c00;border-left: 8px solid #c00;}
.ysqgk .ysqgk_right_wrap .ysqgk_right_cx span{margin-left: 10px;}
.ysqgk .ysqgk_right_wrap form{text-align: center;}
.ysqgk .ysqgk_right_wrap form h2{margin: 0;padding-top: 70px;padding-bottom: 70px;font-size: 18px;font-weight: 600;}
.ysqgk .ysqgk_right_wrap form label{display: initial;font-weight: 400;}
.ysqgk .ysqgk_right_wrap form .ysqgk_right_input .citizen{margin-right: 20px;}
.ysqgk .ysqgk_right_wrap form .ysq_name input{width: 280px;margin-bottom: 10px;margin-top: 10px;height: 32px;}
.ysqgk .ysqgk_right_wrap form .ysq_psw input {width: 280px;height: 32px;}
.ysqgk .ysqgk_right_wrap form .ysq_sub {margin-top: 30px;}
.ysqgk .ysqgk_right_wrap form .ysq_sub input{background: url(../img/smsq_bg.png) no-repeat;height: 35px;width: 86px;border: none;color: #fff;background-size: 100% 100%;border-radius: 5px;border: none;}
.ysqgk .ysqgk_right_wrap form .ysq_sub #reset{margin-right: 10px;}
/********政民互动--信件列表*********/
.syxj .syxj_wrap{margin: 15px 30px;}
.syxj .syxj_wrap .syxj_nav .nav_wrap ul{width: 80%;}
.syxj .syxj_wrap .syxj_nav .nav_wrap ul li{height: 38px;line-height: 38px;width: 100%;text-align: center;background-color: #e0e0e0;margin-bottom: 10px;font-size: 17px;position: relative;}

.syxj .syxj_wrap .syxj_nav .nav_wrap ul .active{background-color: #c00;}
.syxj .syxj_wrap .syxj_nav .nav_wrap ul .active a{color: white;}
.syxj .syxj_wrap .syxj_nav .nav_wrap ul .active:before{content: url(../img/red-arrow.png);position: absolute;right: -6px;top: 0px;}
.syxj .syxj_wrap .syxj_nav .nav_wrap ul .curr_cate_class{background-color: #c00!important;}
.syxj .syxj_wrap .syxj_nav .nav_wrap ul .curr_cate_class a{color: white;}
.syxj_item a{text-align: justify;
    width: 70%;
    margin: auto;
    height: 100%;
    overflow: hidden;display: block;}
    .syxj_item a span{display: inline-block;
    padding-left: 100%;}
.syxj .syxj_wrap .syxj_nav .nav_wrap ul .curr_cate_class:before{content: url(../img/red-arrow.png);position: absolute;right: -6px;top: 14px;}
        /****中间部分****/
.syxj .syxj_wrap .syxj_info .info_wrap{ }
.syxj .syxj_wrap .syxj_info .info_wrap .show_input{height: 36px;float: left;width: 82.5%;border: 1px solid #999;border-radius: 5px;padding: 0 10px;}
.syxj .syxj_wrap .syxj_info .info_wrap .show_button{width: 15%;height: 34px;line-height: 34px;float: right;margin-left: 1.5%;color: #fff;background-image: url(../img/smsq_bg.png);background-size: 100% 100%;border:none;}
.syxj .syxj_wrap .syxj_info .info_wrap .info_tab{margin-top: 10px;position: relative;min-height:650px;padding-bottom: 60px;}
.syxj .syxj_wrap .syxj_info .info_wrap .info_tab table{font-size: 14px;text-align: center;}
.syxj .syxj_wrap .syxj_info .info_wrap .info_tab table thead{background-color: #aaa;color:white;}
.syxj .syxj_wrap .syxj_info .info_wrap .info_tab table thead th{text-align: center;}
.syxj .syxj_wrap .syxj_info .info_wrap .info_tab table tr{height: 32px;line-height: 32px;}
.syxj .syxj_wrap .syxj_info .info_wrap .info_tab table tbody tr:nth-of-type(even){background-color: #f1f1f1;border:none;}
.syxj .syxj_wrap .syxj_info .info_wrap .info_tab table tbody tr:nth-of-type(odd){background-color: #fff;border:none;}
        /****右侧-通知公告****/
.syxj_right .syxj_notice{margin-left:30px;}
.syxj_right .syxj_notice .notice_tit{line-height: 26px;letter-spacing: 0.3em;}
.syxj_right .syxj_notice .redline{height: 4px;width: 100%;margin-bottom: 10px;background: url(../img/red-line.png) no-repeat;background-size: 100% 4px;}
.syxj_right .syxj_notice ul li{height: 32px;line-height: 32px;width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.syxj_right .syxj_notice ul li a{width: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.syxj_right .syxj_notice ul li a i{width: 5px;height: 5px;border-radius: 50%;background-color: #c00;display: inline-block;vertical-align: middle;margin-right: 10px;}
.syxj_right .syxj_notice .qz{margin-bottom: 10px;}
.syxj_right .syxj_notice .qz .qz_tit{line-height: 28px;border-bottom: 2px solid #fcc;margin-bottom: 10px;*position: relative;}
.syxj_right .syxj_notice .qz .qz_tit span{display: block;}
.bjqk_right .syxj_notice .qz .qz_tit span i{float: right;}
.syxj_right .syxj_notice .qz .qz_tit span i{float: right;*position: absolute;top: 0;right: 0;}
.syxj_right .syxj_notice .qz .qz_btn{text-align: center;}
.syxj_right .syxj_notice .qz .qz_btn button{border: 0;background: #f5f5f5;line-height: 26px;border-radius: 20px;color: #600;padding: 0 14px;margin-bottom: 5px;}
/*********政务公开--重点工作**********/
.zdgz{background-color: white;}
.zdgz .zdgz_wrap{padding: 15px 30px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left{padding-right: 15px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left > a > img{width: 100%;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left .zdgz_content{margin-top: 15px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left .zdgz_content .zdgz_tit{color: #000;text-align: center;font-weight: 700;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left .zdgz_content .zdgz_tit{width: 90%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left .zdgz_content .zdgz_date{text-align: center;font-size: 14px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left .zdgz_content .zdgz_date a{color: #666;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left .zdgz_content .zdgz_info{text-indent:2em;line-height: 28px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left .zdgz_content ul{width: 100%;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left .zdgz_content ul li{height: 32px;line-height: 32px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left .zdgz_content ul li a i{display: inline-block;width: 5px;height: 5px;background: #c00;border-radius: 50%;vertical-align: middle;margin-top: -3px;margin-right: 5px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_left .zdgz_content ul li a span{width: 90%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;vertical-align: middle;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right{padding-left: 15px;}
@media screen and (max-width: 992px){
    .zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tab ul .zdgz_item{font-size: 16px;}
    .zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tab ul .zdgz_item1{width: 30%!important;}
    .zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tab ul .zfwj_item{font-size: 16px;}
}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tab{background-color: #f5f5f5;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tab ul li{float: left;font-size: 18px;height: 30px;line-height: 30px;text-align: center;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tab ul .zdgz_item{width: 19%;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tab ul .zdgz_item1{width: 24%;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tab ul li a{display: block;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tab ul .active{background-color: #c00;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tab ul .active a{color: white;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tabInfo .zfbz .zfbz_left{padding-right: 15px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tabInfo .zfbz .zfbz_left img{width: 100%;height: 159px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tabInfo .zfbz .zfbz_right{padding-left: 15px;padding-top: 5px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tabInfo .zfbz .zfbz_right .zfbz_tit{font-size: 18px;text-align: center;font-weight: 700;width: 100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tabInfo .zfbz .zfbz_right .zfbz_tit a{width: 100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tabInfo .zfbz .zfbz_right .zfbz_cont{text-indent: 2em;margin: 0;line-height: 28px;overflow: hidden;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tabInfo .zfbz_info{margin-top: 10px;position: relative;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tabInfo .zfbz_info ul li{height: 32px;line-height: 32px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tabInfo .zfbz_info ul li i{
    display: inline-block;width: 5px;height: 5px;background: #c00;border-radius: 50%;vertical-align: middle;margin-top: -3px;margin-right: 5px;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tabInfo .zfbz_info ul li .zfbz_head{
    width: 75%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;vertical-align: middle;}
.zdgz .zdgz_wrap .zdgz_top .zdgzTop_right .zdgz_tabInfo .zfbz_info ul li a .zfbz_date{position: absolute;right: 0;}
.zdgz .zdgz_wrap .zfwj .zfwj_left{padding-right:15px;}
.zdgz .zdgz_wrap .zfwj .zfwj_left a img{width: 100%;}
.zdgz .zdgz_wrap .zfwj .zfwj_left .zfwj_info{position: relative;margin-top: 10px;}
.zdgz .zdgz_wrap .zfwj .zfwj_left .zfwj_info ul li{height: 32px;line-height: 32px;}
.zdgz .zdgz_wrap .zfwj .zfwj_left .zfwj_info ul li .zfwj_date{position: absolute;right: 0;}
.zdgz .zdgz_wrap .zfwj .zfwj_left .zfwj_info ul li .zfwj_head{
    width: 59%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;vertical-align: middle;}
.zdgz .zdgz_wrap .zfwj .zfwj_left .zfwj_info ul li a i{
    display: inline-block;width: 5px;height: 5px;background: #c00;border-radius: 50%;vertical-align: middle;margin-top: -3px;margin-right: 5px;}
.zdgz .zdgz_wrap .zfwj .zfwj_right{padding-left: 15px;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tab{background-color: #f5f5f5;margin-bottom: 20px;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tab ul{margin:0;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tab ul li{float: left;width: 20%;text-align: center;font-size: 18px;height: 30px;line-height: 30px;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tab ul li a{display: block;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tab ul .active{background-color: #c00;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tab ul .active a{color: white;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tabInfo .hjbh .hjbh_left{padding-right: 15px;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tabInfo .hjbh .hjbh_left img{width: 100%;margin-top: 10px;height: 165px;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tabInfo .hjbh .hjbh_right{padding-left: 15px;position: relative;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tabInfo .hjbh .hjbh_right ul li{height: 32px;line-height: 32px;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tabInfo .hjbh .hjbh_right ul li a i{
    display: inline-block;width: 5px;height: 5px;background: #c00;border-radius: 50%;vertical-align: middle;margin-top: -3px;margin-right: 5px;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tabInfo .hjbh .hjbh_right ul li a .hjbh_date{position: absolute;right: 0;}
.zdgz .zdgz_wrap .zfwj .zfwj_right .zfwj_tabInfo .hjbh .hjbh_right ul li a .hjbh_head{
    width: 70%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;vertical-align: middle;}